home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / ZIPDS / PROUTEST.BAT next >
Encoding:
DOS Batch File  |  1989-03-03  |  383 b   |  15 lines

  1. echo off
  2. rem process test uploads request - for ProDOOR 2.9
  3. rem %1-logfile, %2-testdir, %3-comport
  4.  
  5. rem convert unwanted .arc files to .zip format
  6. if not exist %2\*.arc goto test
  7. proecho %3 ~~Converting ARC files to ZIP format.  Please wait...~
  8. tozip %2\* >%1
  9.  
  10. :test
  11. rem test zipfiles
  12. proecho %3 ~~Testing uploads.  Please wait...~
  13. zipds %2\* >>%1
  14. pkunZIP -t %2\* >>%1
  15.